Connecting remote mysql database to local mysql databse? [migrated]

Posted by Shashank on Pro Webmasters See other posts from Pro Webmasters or by Shashank
Published on 2012-06-28T11:22:13Z Indexed on 2012/06/28 15:25 UTC
Read the original article Hit count: 258

Filed under:
|
|
|
|

I want to write a php code to be embedded in drupal7 module.

I want to call a procedure which can copy the newly generated data in local mysql database to the remote mysql database.

When data is inserted in tables 'A' of my local data base it should be copied to the specific table 'B' of the remote mysql server's database.

Table 'A' is on local host.

Table 'B' is on remote server.

insert data on 'A' -> copied data in 'B'

Is this possible?

Thanks for the help.

© Pro Webmasters or respective owner

Related posts about php

Related posts about mysql